home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Magazine / PC2Amiga / Samba / docs / announce next >
Text File  |  2000-04-25  |  6KB  |  145 lines

  1.         Announcing Samba version 2.0
  2.         ============================
  3.  
  4. What is Samba?
  5. --------------
  6.  
  7. Samba is a SMB file server that runs on Unix and other operating
  8. systems.  It allows these operating systems (currently Unix, Netware,
  9. OS/2 and AmigaDOS) to act as a file and print server for SMB and CIFS
  10. clients. There are many Lan-Manager compatible clients such as
  11. LanManager for DOS, Windows for Workgroups, Windows NT, Windows 95,
  12. Linux smbfs, OS/2, Pathworks and more.
  13.  
  14. The package also includes a SMB client for accessing other SMB servers,
  15. and an advanced netbios/WINS nameserver for browsing support.
  16.  
  17. What can it do for me?
  18. ----------------------
  19.  
  20. If you have any PCs running SMB clients, such as a PC running Windows
  21. for Workgroups, then you can mount file space or printers on a Samba
  22. host, so that directories, files and printers on the host are
  23. available on the PC.
  24.  
  25. If you have any SMB servers such as Windows NT Server, Warp Server or
  26. Pathworks you may be able to replace them by or supplement them with
  27. Samba. One of Samba's big strengths is integration, so you can use it
  28. to tie together your Unix (or VMS etc) hosts and PC clients. If you
  29. are tired of the insecurity, expense and instability of PCNFS then Samba 
  30. may be for you.
  31.  
  32. The client part of the package will also allow you to attach to other
  33. SMB-based servers (such as windows NT and windows for workgroups) so
  34. that you can copy files to and from your unix host. The client also
  35. allows you to access a SMB printer (such as one attached to an OS/2 or
  36. WfWg server) from Unix, using an entry in /etc/printcap, or by
  37. explicitly specifying the command used to print files.
  38.  
  39. What are its features?
  40. ------------------------
  41.  
  42. Samba supports many features that are not supported in other SMB
  43. implementations (all of which are commercial). These include host as
  44. well as username/password security, a client, automatic home directory
  45. exporting, automatic printer exporting, dead connection timeouts,
  46. umask support, guest connections, name mangling and hidden and system
  47. attribute mapping. Look at the FAQs included with the package for
  48. a full list of features.
  49.  
  50. What's new since 1.9?
  51. ---------------------
  52.  
  53. Lots of stuff. See the change log and man pages for details.
  54. In particular, please check the WHATSNEW.txt file in the root directory
  55. of each release. This file has current change/update information.
  56.  
  57. Where can I get a client for my PC?
  58. -----------------------------------
  59.  
  60. There is a free client for MS-DOS based PCs available from
  61. ftp.microsoft.com in the directory bussys/Clients/MSCLIENT/. Please
  62. read the licencing information before downloading. The add-on 32-bit
  63. TCP/IP Windows for Workgroups client is also very good. Windows 95,
  64. Windows NT and OS/2 come with suitable clients by default.
  65.  
  66. What network protocols are supported?
  67. -------------------------------------
  68.  
  69. Currently only TCP/IP is supported. There has been some discussion
  70. about ports to other protocols but nothing is yet available.
  71.  
  72. There is a free TCP/IP implementation for Windows for Workgroups
  73. available from ftp.microsoft.com (it's small, fast and quite reliable). 
  74.  
  75. How much does it cost?
  76. ----------------------
  77.  
  78. Samba software is free software. It is available under the
  79. GNU Public licence in source code form at no cost. Please read the
  80. file COPYING that comes with the package for more information.
  81.  
  82. What operating systems does it support?
  83. ---------------------------------------
  84.  
  85. The code has been written to be as portable as possible. It has been
  86. "ported" to many unixes, which mostly required changing only a few
  87. lines of code. It has been run (to my knowledge) on at least these
  88. unixes:
  89.  
  90. Linux, SunOS, Solaris, SVR4, Ultrix, OSF1, AIX, BSDI, NetBSD,
  91. Sequent, HP-UX, SGI, FreeBSD, NeXT, ISC, A/UX, SCO, Intergraph,
  92. Silicon Graphics Inc., Domain/OS and DGUX.
  93.  
  94. Some of these have received more testing than others. If it doesn't
  95. work with your unix then it should be easy to fix. It has also been ported
  96. to Netware, OS/2 and the Amiga. A VMS port is available too. See the web site
  97. for more details.
  98.  
  99. Who wrote it?
  100. -------------
  101.  
  102. Many people on the internet have contributed to the development of
  103. Samba. The maintainer and original author is Andrew Tridgell, but
  104. large parts of the package were contributed by several people from all
  105. over the world. Please look at the file `change-log' for information
  106. on who did what bits.
  107.  
  108. Where can I get it?
  109. -------------------
  110.  
  111. The package is available via anonymous ftp from samba.org in
  112. the directory pub/samba/. 
  113.  
  114. What about SMBServer?
  115. ---------------------
  116.  
  117. Samba used to be known as SMBServer, until it was pointed out that
  118. Syntax, who make a commercial Unix SMB based server, have trademarked
  119. that name. The name was then changed to Samba. Also, in 1992 a very
  120. early incarnation of Samba was distributed as nbserver.
  121.  
  122. If you see any copies of nbserver or smbserver on ftp sites please let
  123. me or the ftp archive maintainer know, as I want to get them deleted.
  124.  
  125. Where can I get more info?
  126. ---------------------------
  127.  
  128. Please join the mailing list if you want to discuss the development or
  129. use of Samba. To join the mailing list send mail to
  130. listproc@listproc.anu.edu.au with a body of "subscribe samba Your
  131. Name".
  132.  
  133. There is also an announcement mailing list for new version
  134. announcements. Subscribe as above but with "subscribe samba-announce
  135. Your Name".
  136.  
  137. There is also often quite a bit of discussion about Samba on the
  138. newsgroup comp.protocols.smb.
  139.  
  140. A WWW site with lots of Samba info can be found at 
  141. http://samba.org/samba/
  142.  
  143. The Samba Team (Contact: samba@samba.org)
  144. June 1996
  145.